home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 February
/
Macworld (1998-02).dmg
/
Games World
/
New Levels!
/
For Shadow Warrior
/
Both
/
breakout
/
Help.bat
< prev
Wrap
DOS Batch File
|
1997-11-15
|
801b
|
34 lines
echo off
cls
:menu
echo You are now going view my Demo
echo.
echo.
echo This program will run a movie showing how to beat breakout
echo without cheating, and gitting the Nuke secret!!!
echo.
echo If you want to contnue, you must have this program in
echo your SW directory, along with the demo.dmo file included
echo in this zip file.
echo.
echo Would you now like to continue? Y/N
choice /c:yn /n
if errorlevel 2 goto end
if errorlevel 1 goto inst1
:inst1
cls
Sw.exe -dp -map breakout.map -cam
echo.
echo.
echo.
echo.
echo …ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕª
echo ∫ Thanks For Playing My Level!!! ∫
echo »ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕº
echo.
echo.
pause
goto end
:end